var runtime.fing
8 uses
runtime (current package)
mfinal.go#L44: var fing *g // goroutine that runs finalizers
mfinal.go#L155: return fing
mfinal.go#L185: fing = gp
mprof.go#L946: if fing != nil {
mprof.go#L947: fing.goroutineProfiled.Store(goroutineProfileSatisfied)
mprof.go#L948: if readgstatus(fing) != _Gdead && !isSystemGoroutine(fing, false) {
mprof.go#L949: doRecordGoroutineProfile(fing)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |